# Export user's public calendar

Exports a user's all non invite-only events as an ICS (iCalendar) file. Only available if the user has enabled public calendar export in their settings.

Endpoint: GET /api/v1/events/calendar/u/{username}.ics
Version: 1.0
Security: 

## Path parameters:

  - `username` (string, required)
    Public calendar user's username

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


